From fc0970dbc2cefc53b55083dd1d4d47b178957fc9 Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 1 Jul 2006 19:54:41 +0000 Subject: [PATCH] Make this horror a tad easier to build. --- mkicondoc.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mkicondoc.c b/mkicondoc.c index c099dc5db..ac4d30b8f 100644 --- a/mkicondoc.c +++ b/mkicondoc.c @@ -1,6 +1,12 @@ #include #include -#include "garmin_tables.h" +#include "fatal.c" +#include "util.c" +#include "cet.c" +#define VERSION "1" +#include "globals.c" + + tbl_ent(int n, ...) { @@ -24,6 +30,7 @@ printf("\n"); } +#include "garmin_tables.c" sort_garmin(const void *a, const void *b) { const icon_mapping_t *ap = a; -- 2.30.2